-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Update Ubuntu images used on CI to 20.04 #19588
Conversation
Hey @leezu , Thanks for submitting the PR
CI supported jobs: [unix-cpu, centos-cpu, windows-gpu, miscellaneous, sanity, windows-cpu, edge, unix-gpu, clang, website, centos-gpu] Note: |
@mxnet-bot run ci [unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu, unix-cpu] |
* Update Ubuntu images used on CI to 20.04 This helps ensure MXNet to work well on recent Linux distributions (while ensuring it continues to work well on ancient distributions based on the CentOS7 CI pipeline) * Preserve Ubuntu 18.04 images for TensorRT pipeline as NVidia failed to make TensorRT available for Ubuntu 20.04 * Temporarily disable NVML on CI [2020-12-03T18:33:10.380Z] OSError: /work/mxnet/python/mxnet/../../build/libmxnet.so: undefined symbol: nvmlDeviceGetComputeRunningProcesses_v2
Hi @leezu . Building the cpp-package on Linux and Mac via the Makefile still works. |
@QueensGambit the CPP package was removed as part of 2fbec60 as it relied on deprecated APIs. It's pending refactor to be compatible with the supported C APIs. You can follow #20131 for status This PR removed USE_CPP_PACKAGE as it was missed in 2fbec60 |
You can still use the |
Update Ubuntu CI version to 20.04 and Cuda 11.1. This helps ensure MXNet to work well on recent Linux distributions (while ensuring it continues to work well on ancient distributions based on the CentOS7 CI pipeline)
Thanks to @josephevans who unblocked this update via #19017